home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Apple Remote Access API / ARA Security API 1.0 / Sample Protocol Module / Sample Module Description next >
Encoding:
Text File  |  1993-11-04  |  886 b   |  29 lines  |  [TEXT/MPS ]

  1. Copyright © 1993 Apple Computer, Inc.
  2.  
  3.  
  4. outline of what the sample security module is to do
  5.  
  6. -    Server Configuration
  7.     -    Put up a dialog box that requests a secondary password for the user,
  8.         and stores the user's password in the user's an groups database
  9.  
  10.  
  11. -    Server Authentication
  12.     -    Sends a message requesting the user to put in the secondary password.
  13.     -    Authenticates the secondary password, and lets the client know
  14.  
  15.  
  16. -    Client Authentication
  17.     -    Waits for the request coming from the server
  18.     -    Displays a dialog box, and gets the information from the user
  19.     -    Sends the information to the server, and waits for a response from
  20.         the server.
  21.     **    This should be pretty much driven from the server side.
  22.  
  23.  
  24. -    Building
  25.     To build it use the MPW Build command and type "SampleModule".  The make
  26.     expects SecurityInterfaces and SecurityLibraries folders in the parent
  27.     folder of this folder.
  28.  
  29.